Skip to content

Conversation

@kaitlynmichael
Copy link
Contributor

@kaitlynmichael kaitlynmichael requested review from a team and yuvallevy2 July 22, 2025 19:07
@kaitlynmichael kaitlynmichael self-assigned this Jul 22, 2025
@github-actions
Copy link
Contributor

Copy link
Collaborator

@dwdougherty dwdougherty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple of comments. I'll go ahead and approve so you're not held up.

{{< warning >}}
Use graceful deletion methods

When deleting Redis Enterprise resources or pods, try to avoid use `kubectl delete --force` or similar force deletion commands, as these can lead to:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering whether we should actually say that, because:

  1. --force flag doesn't have any effect on custom resources - it doesn't change the deletion behavior. In fact, I'm not aware of any k8s resource besides Pods that support non-graceful deletion. The k8s documentation vaguely say that "only a subset of resources support graceful deletion", but I believe this comes down to... pods only.
  2. Regardless, users don't need to, and typically shouldn't, delete operator-managed resources on their own. They should only delete custom resources that they've created (REC, REDB, ...), and the operator should take care of deleting related/managed resources that it created. Particularly, users shouldn't be deleting REC pods directly.. this typically leads to problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants